-
Notifications
You must be signed in to change notification settings - Fork 0
December 2020 update #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
brody4hire
wants to merge
161
commits into
master
Choose a base branch
from
brodybits-update-2020-01-ii
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
for androidDatabaseProvider: 'system' setting, to avoid possible crash during app shutdown (cordova-sqlite-storage 2.5.2) Resolves storesafe/cordova-sqlite-storage#833
with security update and support for window functions using [email protected] and add another upcoming breaking change Resolves storesafe/cordova-sqlite-storage#837
plugin version branch Note that this plugin version branch is made for easy merge of changes into the cordova-sqlcipher-adapter plugin version
with SQLITE_DEFAULT_SYNCHRONOUS=3 (EXTRA DURABLE) compile-time setting from [email protected]
(should be considered a POSSIBLY BREAKING change) ref: storesafe/cordova-sqlite-storage#769
should be considered a POSSIBLY BREAKING change ref: storesafe/cordova-sqlite-storage#769
(BREAKING CHANGE)
(android.annotation.SuppressLint) - POSSIBLY BREAKING CHANGE
(POTENTIALLY BREAKING CHANGE) ref: storesafe/cordova-sqlite-storage#763
(not needed)
(POTENTIALLY BREAKING CHANGE)
SQLITE_THREADSAFE=1 build setting was used in cordova-sqlite-ext-common 0.0.1
Note that a 0.x.x version identifier is used in this plugin version branch since it is not ready for production, due to missing SQLITE_DBCONFIG_DEFENSIVE option setting on Android.
PENDING due to KNOWN CRASH on SQLite 3.30.1 (Decmeber 2019) ref: - http://sqlite.1065341.n5.nabble.com/Crash-Bug-Report-tc109903.html - storesafe/cordova-sqlite-storage#904
Merge branch 'dev' of https://github.com/xpbrew/cordova-sqlite-storage into cordova-sqlite-evcore-commoncore-free - add PENDING TEST of a known crash issue - doc updates & fixes
Merge branch 'cordova-sqlite-evcore-commoncore-free'
Merge branch 'cordova-sqlite-evcore-commoncore-free' of https://github.com/brodysoft/cordova-sqlite-evcore-extbuild-free
(cordova-sqlite-evplus-ext-free 0.5.0-rc2)
as built from the following branch: * https://github.com/brodybits/sql.js/tree/eu-ext-custom-build - internal SQL object - renamed sql-asm-debug.js src file in scripts/prepareMain.js - no extra mod wrapper around sql-asm-debug.js - spec testing updates for: - SQLite 3.30.1 - EU string enhancements - non-standard BASE64 now working on eu-ext-custom-build version of SQL.js - doc updates in README.md
as built from the following branch: * https://github.com/brodybits/sql.js/tree/eu-ext-custom-build
(sqlite-evcustom-browser-memory-storage-ext-free 0.2.0-rc2)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These updates are in tag
0.2.0-rc1.Not included: "module is not defined" error (#4) not fixed in this proposal.